home *** CD-ROM | disk | FTP | other *** search
/ The Goldfields of Victor… - Multimedia Screensaver / The Goldfields of Victoria - Multimedia Screensaver.iso / data / images / galleryStyle.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-10-31  |  1.6 KB  |  129 lines

  1. #mainCenter {
  2.     height:100%;
  3. }
  4.  
  5. #titleframe {
  6.     width: 100%;
  7.     /*height: 92px;*/
  8.     /*background-color: #CCCCCC;*/
  9.     
  10. }
  11.  
  12. #TopFrame {
  13.     width: 100%;
  14.     height: 100%;
  15.     border: 0px;
  16. }
  17.  
  18. #BottomFrame {
  19.     width: 100%;
  20.     height: 100%;
  21.     border: 0px;
  22. }
  23.  
  24. a             { color: #000; text-decoration: none; font-weight:normal;} 
  25. a:hover        { color: #000; text-decoration: underline; }
  26.  
  27. .userAlert{
  28.     float:right;
  29.  
  30. }
  31.  
  32.  
  33. /* title frame */
  34.  
  35. .titleContent { padding: 6px 0 6px 6px; }
  36.  
  37. .banner
  38. {
  39.     font-size: 12px;
  40.     font-family: Trebuchet MS, verdana, arial;
  41.     color: #333;
  42. }
  43.  
  44. .banner .title{
  45.     font-size:1.2em;
  46.     font-weight:bold;
  47. }
  48.  
  49. .banner .info{
  50.     font-size:0.9em;
  51. }
  52.  
  53. .banner .email{
  54.     font-weight:bold;
  55. }
  56.  
  57. /* index frame */
  58.  
  59. .indexContent {
  60.     width:95%;
  61.     padding-top:6px;
  62.     padding-bottom:6px;
  63. }
  64.  
  65. .indexInfo {
  66.     font-size: 11px;
  67.     font-family: Trebuchet MS, verdana, arial;
  68.     padding: 0 0 0 6px;
  69. }
  70.  
  71. .indexInfo .filename {
  72.     color: #000;
  73. }
  74.  
  75. .indexInfo .date {
  76.     color: #666;
  77. }
  78.  
  79. /* file info */
  80.  
  81. #imageInfo{
  82.     width: 461px;
  83.     font-family: Trebuchet MS, verdana, arial;
  84.     padding: 0 6px 0 6px;
  85. }
  86.  
  87. .content {
  88.     font-size:11px;
  89. /*    color: #333333;*/
  90.  
  91.     padding-top:6px;
  92.     padding-bottom:6px;
  93. }
  94.  
  95. .header{
  96.     font-size:9px;
  97.     font-weight:bold;
  98.     color: #999;
  99. }
  100.  
  101. .contentLast {
  102.     font-size:11px;
  103. /*    color: #333333;*/
  104.     padding-top:6px;
  105. }
  106.  
  107. /* feedback */
  108.  
  109. .feedback {
  110.     width: 461px;
  111.     font-family: Trebuchet MS, verdana, arial;
  112.     padding: 6px 6px 0 6px;
  113. }
  114.  
  115. .checkBoxText
  116. {
  117.     font-size: 11px;
  118.     color: #000000;
  119. }
  120. .button {
  121.     font-weight:bold;
  122.     font-size: 11px;
  123.     color:#ffffff;
  124.     width:100%;
  125.     background-color:#D6BA8B;
  126. }
  127.     
  128.  
  129.